home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 24
/
MacFormat n. 24 (Spain)
/
MacFormat 24.bin
/
Demos
/
Jungle Activated!
/
JungleActivated Demo
/
jung DEMO d
/
00077_Spin Routine.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-14
|
345 b
|
19 lines
on exitFrame
global gMemorySize
go(the frame)
puppetSprite(1, 1)
repeat with i = 1 to 31
if i = 31 then
set the castNum of sprite 1 to 1
updateStage()
else
set the castNum of sprite 1 to i
updateStage()
end if
if i = 31 then
puppetSprite(1, 0)
go("Studio")
end if
end repeat
end